home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / CHATZILLA.XPI / bin / chrome / chatzilla.jar / content / chatzilla / browserOverlay.xul next >
Encoding:
Extensible Markup Language  |  2004-01-22  |  935 b   |  27 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE overlay SYSTEM "chrome://chatzilla/locale/browserOverlay.dtd" >
  4.  
  5. <!-- This is the overlay that adds a "Chatzilla" button to the toolbar palette. -->
  6.  
  7. <?xml-stylesheet href="chrome://chatzilla/skin/browserOverlay.css" type="text/css"?> 
  8.  
  9. <overlay id="ChatzillaBrowserToolbar"
  10.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.  
  12. <script type="application/x-javascript" src="chrome://chatzilla/content/chatzillaOverlay.js"/>
  13.  
  14. <toolbarpalette id="BrowserToolbarPalette">
  15.   <toolbarbutton id="tb-chatzilla-open" oncommand="toIRC()" 
  16.       class="toolbarbutton-1"
  17.       label="&czButton.label;" tooltiptext="&czButton.label;"/>
  18. </toolbarpalette>
  19.  
  20. <menupopup id="menu_ToolsPopup">
  21.   <menuitem id="tb-chatzilla-menu" oncommand="toIRC()" 
  22.       insertafter="javascriptConsole,devToolsSeparator"
  23.       label="&czMenu.label;" accesskey="&czMenu.accesskey;"/>
  24. </menupopup>
  25.  
  26. </overlay>
  27.